home *** CD-ROM | disk | FTP | other *** search
/ Cinema Studio: Frank Herrmann / Cinema Studio - Frank Herrmann.iso / spezial / arqreq.doc < prev    next >
Text File  |  1995-06-17  |  3KB  |  150 lines

  1.  
  2.                                 ArqReq 1.2
  3.                                 ----------
  4.  
  5.                        A RequestChoice that uses Arq
  6.  
  7.                    Copyright © 1995 By Alessandro Zummo
  8.  
  9.                            Fidonet 2:335/525.10
  10.  
  11.           Internet Alessandro.Zummo@p10.f525.n335.z2.fidonet.org
  12.  
  13.                                  MessageWare
  14.  
  15. NAME
  16.  
  17.    ArqReq         executable
  18.    ArqReq.doc     doc
  19.  
  20.  
  21. CONTENTS
  22.  
  23.    of ArqReq archive (ArqReq_12.LHA)
  24.   
  25.      ArqReq                3091 bytes
  26.      ArqReq.doc         2542 bytes
  27.  
  28.  
  29. REQUIREMENTS
  30.  
  31.    Kickstart/Workbench V36.
  32.  
  33.    Arq 1.64 (Only if you want to use Arq features.)
  34.  
  35. FUNCTION
  36.  
  37.    This program build a requester and wait a response
  38.    from the user, then a result code will be showed.
  39.    The return code is 0 for the rightmost gadget,
  40.    and a normal numbering for the other gadgets
  41.    (1, 2, 3, ..., N, 0 like RequestChoice).
  42.    
  43.    If you use Arq, you can select the image
  44.    that will appair in window. (ID option)
  45.  
  46.    You can also get the image from an icon
  47.    (ICON option). You can also specify
  48.    the distance from the top and left 
  49.    borders of the requester window (TOP & LEFT option).
  50.    
  51. SYNOPSIS
  52.  
  53.    TITLE/A,BODY/A,GADGETS/A/M,ID/N,ICON/K,LEFT/N,TOP/N
  54.  
  55.  
  56. INPUTS
  57.  
  58.    TITLE/A       - The title of the requester.
  59.  
  60.    BODY/A        - The text that will be showed
  61.                     in the requester.
  62.  
  63.    GADGETS/A/M     - The response gadgets.
  64.  
  65.    ID/N         - Id of the Arq image (see below).
  66.  
  67.    ICON/K        - The icon that will be showed
  68.                   in the requester.
  69.                   (Write the name with or
  70.                   without .info extension).
  71.  
  72.    LEFT/N        - Distance of the icon from
  73.                   the left border.
  74.  
  75.    TOP/N        - Distance of the icon from
  76.                   the top border.
  77. IDs
  78.  
  79.     0 - Info
  80.     1 - Insert Disk
  81.     2 - Delete
  82.     3 - Guru
  83.     4 - Read/Write Error
  84.     5 - Write Protect
  85.     6 - Printer
  86.     7 - Question
  87.     8 - Exclam
  88.  
  89. EXAMPLE
  90.  
  91.     ArqReq "Info..." "Send a message to the author!" "Ok" "Ok" "Ok" ID=0
  92.     ArqReq "Info..." "Send a message to the author!" "Ok|Ok|Ok" ID=8
  93.     ArqReq "Info..." "Send a message to the author!" "Ok" "Ok" "Ok" ICON=disk TOP=5 LEFT=5
  94.     ArqReq "Info..." "Send a message to the author!" "Ok" "Ok" "Ok" ICON=disk.info TOP=5 LEFT=5
  95.     ArqReq "Star Trek" "Destroy the Earth?" Yes No ID=2
  96.  
  97.  
  98. COPYRIGHT
  99.  
  100.    ArqReq 1.2 is MessageWare and may be copied free, as long
  101.   
  102.    as it is distribuited complete with documentation.
  103.  
  104.    If you like it, I hope that you send me a (FidoNet|InterNet) message.
  105.  
  106.    Use ArqReq at your own risk.
  107.  
  108.    The author may not be made responsible for damage caused by
  109.  
  110.    use of this program.
  111.  
  112.    ArqReq 1.2 is Copyright © 1995 By Alessandro Zummo.
  113.  
  114.    Arq is Copyright © 1990-1995 by Martin Laubach.
  115.  
  116.  
  117. BUGS
  118.  
  119.    What bugs??? :)
  120.  
  121.  
  122. AUTHOR
  123.  
  124.    The author is Alessandro Zummo.
  125.   
  126.    To contact him, write a matrix to:
  127.  
  128.    Fidonet  - Alessandro Zummo 2:335/525.10
  129.  
  130.    Internet - Alessandro.Zummo@p10.f525.n335.z2.fidonet.org
  131.  
  132.  
  133.  
  134. HISTORY
  135.  
  136.    ArqReq 1.1 (16.1.95)
  137.  
  138.        First public release.
  139.  
  140.    ArqReq 1.2 (17.6.95)
  141.  
  142.     Minor (Major?) bugfix
  143.  
  144. GREETINGS
  145.  
  146.    - Commodore, for OS 3.0.
  147.    
  148.    - Martin Laubach, for Arq.
  149.  
  150.